home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Suzy B Software 2
/
Suzy B Software CD-ROM 2 (1994).iso
/
extras
/
programm
/
gemfsc19
/
gemfsc19.lzh
/
GEMFBIND
/
VQEXTND.S
< prev
next >
Wrap
Text File
|
1993-03-16
|
1KB
|
41 lines
;*========================================================================
;* VDIFAST Public Domain VDI bindings.
;*========================================================================
;*------------------------------------------------------------------------
;* Extended inquire.
;* 02/06/89 v1.1 - Changed misspelling of vq_extnd (was vq_extend).
;* Changed handle.l to handle.w in vq_extnd
;*------------------------------------------------------------------------
globl _vq_extnd
_vq_extnd:
; .cargs #8,handle.w,owflag.w,workout.l
handle = 8
owflag = 10
workout = 12
link a6,#0
; VContrl #102,,,#1
move.w handle(a6),-(sp) ; contrl[6]
clr.l -(sp) ; contrl[5,4]
move.w #1,-(sp) ; contrl[3]
subq.l #2,sp ; contrl[2]
clr.w -(sp) ; contrl[1]
move.w #102,-(sp) ; contrl[0]
move.l workout(a6),a0
pea 90(a0) ;* -> ptsout
move.l a0,-(sp) ;* -> intout
subq.l #4,sp ;* -> ptsin
pea owflag(a6) ;* -> intin
pea 16(sp) ;* -> contrl
jmp vdicall
end